NodeList

actual external interface NodeList

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
operator fun NodeList.get(index: Int): Node?
Link copied to clipboard
actual inline fun NodeList.getLength(): Int
expect inline fun NodeList.getLength(): Int
actual inline fun NodeList.getLength(): Int
actual inline fun NodeList.getLength(): Int
Link copied to clipboard
actual abstract fun item(index: Int): Node?
Link copied to clipboard
operator fun NodeList.iterator(): Iterator<Node>